Skip to content

Remote server support #1423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Remote server support #1423

wants to merge 15 commits into from

Conversation

amirejaz
Copy link
Contributor

No description provided.

@amirejaz amirejaz marked this pull request as draft August 14, 2025 10:53
@@ -159,12 +159,17 @@ func printTextServers(servers []registry.ServerMetadata) {
}
}

const (
serverTypeRemote = "remote"
serverTypeContainer = "container"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps we should make these public

@@ -4166,5 +4166,93 @@
"transport": "stdio"
}
},
"remote_servers": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These remote servers are currently added only for testing purposes. I’m not suggesting adding them permanently to our registry.
If we decide to include them, I can ensure that all tools and associated metadata are correct.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no biggie.


// isURL checks if the input is a URL
func isURL(input string) bool {
return strings.HasPrefix(input, "http://") || strings.HasPrefix(input, "https://")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amirejaz amirejaz marked this pull request as ready for review August 19, 2025 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants